home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / makefiles / Makerules.troublesrc < prev    next >
Text File  |  1993-10-29  |  503b  |  15 lines

  1. #  This file differs only slightly from Makerules.src;
  2. #  use it where trouble is expected in compiling subdirectories,
  3. #  e.g. when they depend on the possibly-absent C++ compiler.
  4. #  This means we ignore all errors, even important ones, but this
  5. #  seems to be the best we can do.
  6.  
  7. include ${GEOM}/makefiles/Makedefs.SUBDIRS
  8.  
  9. all lib install ${TARGETS} ${LIB} ${COMMONLIB} ${OBJS}: _always
  10.     -@${DO_DIRS_THIS_MACH}
  11.  
  12. install:    formatman installman ${INSTALLS}
  13.  
  14. include ${GEOM}/makefiles/Makerules.allsrc
  15.